fix notification of QDockWidget when it gets undocked
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Thu, 23 Jan 2020 12:08:39 +0000 (12:08 +0000)
commite5ecedf916a43ee930b68d5c6bcd1fb0a7749c23
tree5ca0ff5fde7236bc606d57c913765f015199143c
parentfd066d120c7f04ac525c6c6b05c508215701a728
fix notification of QDockWidget when it gets undocked

Origin: upstream, https://code.qt.io/cgit/qt/qtbase.git/commit/?id=06b8644953fc5267
Last-Update: 2019-06-14

Before the patch the notification was emitted only when the docker
was attached to the panel or changed a position on it.

It looks like the old behavior was documented in a unittest,
so this patch might actually be a "behavior change".

Note: https://mail.kde.org/pipermail/distributions/2019-April/000317.html

Gbp-Pq: Name qdockwidget_undocked_notification.diff
src/widgets/widgets/qdockwidget.cpp
tests/auto/widgets/widgets/qdockwidget/tst_qdockwidget.cpp